window: Introduce actions for window buttons
authorAlexander Mikhaylenko <alexm@gnome.org>
Wed, 22 Apr 2020 17:32:10 +0000 (22:32 +0500)
committerAlexander Mikhaylenko <alexm@gnome.org>
Wed, 22 Apr 2020 18:01:12 +0000 (23:01 +0500)
commit451c3279ee0482c601cf97c1c723de6832f6257f
tree8847dbd7658fdad1f2dabbfd5920f9937f55716d
parent016eac0645fe41b59bc1919c1809544d54397bdc
window: Introduce actions for window buttons

Add the following actions:
 * window.close
 * window.toggle-maximize
 * window.minimize

Ensure they are disabled when not appropriate, such as for modal windows.

Use them in GtkHeaderBar.
gtk/gtkheaderbar.c
gtk/gtkwindow.c